apply Diff
fun <T> MutableList<T>.applyDiff(source: Iterable<T>, strictComparison: Boolean = false)
Content copied to clipboard
This method call calculateDiff with strict mode strictComparison and then apply differences to this mutable list